Feature: Crear un post como borrador, revisar que un usuario no puede verlo, publicar el post, y revisarlo desde la vista de usuario

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 29.635s

Scenario: Como usuario verifico que el post primero no exista, y después sí

Before 0m 0.953s
Given I wait for a signal containing "logged" for 30 seconds 0m 4.217s
And I wait for a signal containing "creating" for 30 seconds 0m 3.197s
And I wait for a signal containing "drafting" for 30 seconds 0m 3.196s
And I wait for a signal containing "draft created" for 30 seconds 0m 3.185s
And I navigate to page "<HOST>" 0m 2.272s
When I check the post with title "$$name_1" does not exist 0m 0.766s
And I send a signal to user 1 containing "checked hidden post" 0m 0.884s
And I wait for 2 seconds 0m 2.940s
And I wait for a signal containing "publishing" for 30 seconds 0m 0.971s
And I wait for a signal containing "post published" for 30 seconds 0m 1.029s
And I wait for 2 seconds 0m 2.715s
Then I refresh the site 0m 1.488s
And I select the post with title "$$name_1" 0m 1.101s
And I check the post name "$$name_1" 0m 0.374s
And I check the post content "$$string_1" 0m 0.341s
After 0m 0.006s

Screenshots

Before
NO IMAGE AVAILABLE
Given I wait for a signal containing "logged" for 30 seconds
And I wait for a signal containing "creating" for 30 seconds
And I wait for a signal containing "drafting" for 30 seconds
And I wait for a signal containing "draft created" for 30 seconds
And I navigate to page "<HOST>"
When I check the post with title "$$name_1" does not exist
And I send a signal to user 1 containing "checked hidden post"
And I wait for 2 seconds
And I wait for a signal containing "publishing" for 30 seconds
And I wait for a signal containing "post published" for 30 seconds
And I wait for 2 seconds
Then I refresh the site
And I select the post with title "$$name_1"
And I check the post name "$$name_1"
And I check the post content "$$string_1"
After
NO IMAGE AVAILABLE